IReadOnlyDictionary<TKey,TValue>.Items[TKey] Property

Gets the element that has the specified key in the read-only dictionary.

Namespace: Spring.Collections
public
 property Items[const key: TKey]: TValue read GetItem; default;

Parameters

key
Type: TKey

Property Value

Type: TValue